home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
spiele
/
patches
/
desertstrike
/
install-ds
< prev
next >
Wrap
Text File
|
1996-06-13
|
697b
|
37 lines
echo "Desert Strike HD Installation. Written by Jean-Francois Fabre 1996"
echo ""
echo "Insert Desert Strike disk 1 into drive df0:"
ask "Press <RETURN> to continue or y to abort."
if WARN
skip abort
ENDIF
disk2file DesertStrike.Disk1
echo "Insert Desert Strike disk 2 into drive df0:"
ask "Press <RETURN> to continue or y to abort."
if WARN
skip abort
ENDIF
disk2file DesertStrike.Disk2
echo "Insert Desert Strike disk 3 into drive df0:"
ask "Press <RETURN> to continue or y to abort."
if WARN
skip abort
ENDIF
disk2file DesertStrike.Disk3
echo "Installation complete. Click the dshd icon to run the game."
skip fin
else
lab abort
echo "Installation aborted"
endif
lab fin
wait 3